Here's an example of dynamic scheduler for taskiq. It uses postgres to store all tasks.
We created custom schedule source that is capable of storing and retrieving scheduled tasks.
Start workers by running:
taskiq worker tkq:broker --fs-discover
Here's an example of dynamic scheduler for taskiq. It uses postgres to store all tasks.
We created custom schedule source that is capable of storing and retrieving scheduled tasks.
Start workers by running:
taskiq worker tkq:broker --fs-discover
-- List of app store apps to install, if not installed | |
-- Name must exactly match name as it appears on the "Purchased" tab of the App Store | |
set myApps to {"Chroma for Hue", "Pushbullet", "Thessa", "TweeDeck by Twitter", "Calca", "Gif Brewery", "Twitter"} | |
-- via http://stackoverflow.com/a/3469708 | |
on FileExists(theFile) -- (String) as Boolean | |
tell application "System Events" | |
if exists file theFile then | |
return true | |
else |