Skip to content

Schedule tasks #500

Answered by AbhimanyuAryan
sgaseretto asked this question in Q&A
Mar 16, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

@sgaseretto in Genie tasks are basically julia scripts that you can run at any given time. But Genie doesn't yet offer task scheduling logic for tasks out of the box(not that I am aware of)

$ bin/runtask TaskName

API here: https://www.genieframework.com/docs/api/toolbox.html

You can look at example tasks here: https://github.com/GenieFramework/PkgVizBoard/tree/master/tasks

From the above tasks if you pick S3DBTask it is responsible to dump data in db. You can also hook this with a cron job

I thought of implementing a crontab as Genie Plugin(in free time) but due to some other priorities didn't made any progress. If you have any other idea let us know. Would be happy to review any contribu…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by sgaseretto
Comment options

You must be logged in to vote
2 replies
@AbhimanyuAryan
Comment options

@essenciary
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants