-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
occ command for executing dataloads #16
Comments
Hallo Julius, yes, I am planning to provide more flexibility here. |
Hello @juliushaertl currently i am registering a hourly and a daily execution to the cron backend. The reason I go that route of registering separate jobs is that I can use the stock-framework which checks the last execution out of the box. to provide a fully flexible way would be to register only one job to every cron execution and develop my own time-checking implementation. what is your view on this? |
A different idea would be to have some kind of manual trigger mode, where you could just setup your own cronjob that then calls something like |
thats actually a nice idea. registering a command with a dataload-id as input parameter is pretty easy. I will look at it |
|
awesome 🚀 |
v2.1.0 released |
It would be great if scheduled data loading could be configured to run more often than hourly, e.g. with a cronjob scheduled every 5 minutes.
The text was updated successfully, but these errors were encountered: