Skip to content
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

Add cronjob support #12

Open
fzn0x opened this issue Mar 21, 2021 · 1 comment
Open

Add cronjob support #12

fzn0x opened this issue Mar 21, 2021 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@fzn0x
Copy link
Contributor

fzn0x commented Mar 21, 2021

A specific question, so it's understandable to anyone.
You may add cronjob support for update the metadata & dispatch periodically.

Library you may use (or you can made it manually) :
https://www.npmjs.com/package/node-cron

Is it possible to add a cronjob directly into the script, so when it is executed it will run automatically periodically without running bash using the cron process manager, thank you.

Thanks!

@2pai 2pai added enhancement New feature or request question Further information is requested labels Mar 21, 2021
@2pai
Copy link
Owner

2pai commented Mar 21, 2021

Additional notes:
we may also want to run this Jobs by simply running the orchestrator, why? because people usually using cronjob from GitHub Actions to trigger the Jobs.
so keep in mind while extending this project to adding support for these cases, and not deprecated the backward compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants