Re: scheduler
James Bayer
there is ongoing work to support process types using buildpacks, so that
the same application codebase could be used for multiple different types of processes (web, worker, etc). once process types and diego tasks are fully available, we expect to implement a user-facing api for running batch jobs as application processes. what people do today is run a long-running process application which uses something like quartz scheduler [1] or ruby clock with a worker system like resque [2] [1] http://quartz-scheduler.org/ [2] https://github.com/resque/resque-scheduler On Mon, May 25, 2015 at 6:19 AM, Corentin Dupont <cdupont(a)create-net.org> wrote: To complete my request, I'm thinking of something like this in the -- Thank you, James Bayer |
|