-
Notifications
You must be signed in to change notification settings - Fork 3
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
Develop contrib.crontab #67
Milestone
Comments
https://gist.github.com/nmpowell/dc8e7187948788c5c126f01755252164 Works, but not quite good approach, due to limitation of 255 characters for command length. |
Open
|
dolamroth
referenced
this issue
in dolamroth/starlette-web
Mar 2, 2023
DmitryBurnaev
pushed a commit
that referenced
this issue
Mar 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For linux, simply adapt django-crontab
For windows... oof
https://fossies.org/linux/salt/salt/modules/win_task.py
https://fossies.org/linux/salt/salt/utils/winapi.py
https://medium.com/@ajay.bile007/programmatic-way-of-creating-task-in-windows-task-scheduler-8673c5d5b897
https://github.com/SublimeText/Pywin32/blob/master/lib/x32/win32comext/taskscheduler/test/test_addtask.py
The text was updated successfully, but these errors were encountered: