This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2026-02-24 12:12:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e402e766b0cd98fff3ddec6ad3e92f8a352dafa9
dokku
/
tests
/
apps
/
python
/
task.py
8 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
feat: add the ability to execute a cron task on the fly Closes #4904
2023-07-02 04:53:16 -04:00
import
sys
feat: add initial scheduled task implementation This functionality enables users to manage a global crontab for the Dokku user that contains all scheduled tasks across all apps. Alternative schedulers can implement cron tasks as desired.
2021-01-18 18:15:42 -05:00
def
main
(
args
)
:
print
(
args
)
if
__name__
==
'
__main__
'
:
main
(
sys
.
argv
)
Reference in New Issue
Copy Permalink