Cons are 1) Does not have an admin UI 2) No reporting or history of jobs
Thanks
1–10 of 42 posts
Cons are 1) Does not have an admin UI 2) No reporting or history of jobs
Thanks
Shit on a stick doesn't anyone actually host anything themselves anymore?
etc. You might be as well writing your own though, since it shouldn't be a difficult task.
https://cloud.google.com/appengine/docs/standard/python/conf...
You'll have to create an app handler for the URL which can then make the outbound http request. It's inexpensive, reliable and has an admin interface and logs.
You want cron, as a service? Shit on a stick doesn't anyone actually host anything themselves anymore?
Google app engine has a cron service: https://cloud.google.com/appengine/docs/standard/python/conf... You'll have to create an app handler for the URL which can then make the outbound http request. It's inexpensive, reliable and has an admin interface and logs.
So i am looking for a hosted scheduler where i can send a rest API request with a webhook and a small payload . During the execution time the hosted scheduler will call the webhook with the payload , so that i will publish the post .
Pros is that i dont want to worry about the scheduled jobs .Right now i am unable to find a scheduler with the good admin UI ( to pause all the jobs ) to delete the trial users post .
You want cron, as a service? Shit on a stick doesn't anyone actually host anything themselves anymore?
I Think these are not part of application development and it can be offloaded to hosted services .
You want cron, as a service? Shit on a stick doesn't anyone actually host anything themselves anymore?
I need a scheduler where i can dynamically ( via api ) schedule a job , with the admin UI to manage the jobs . I Think these are not part of application development and it can be offloaded to hosted services .
You want cron, as a service? Shit on a stick doesn't anyone actually host anything themselves anymore?