It seems there's no API (good to know!) but I have a workaround. Maybe
it'll be useful for you too.

I work on a Rails app and have 3 entry point jobs: every_day, every_hour,
every_10_minutes. There are scheduler entries that run rake every_day, rake
every_hour and rake every_10_minutes with appropriate frequencies. Specific
jobs are defined as dependencies of these entry points. This allows me to
change the schedule by editing the code without touching the scheduler at
all.

Will that work for you? What kind of problem are you trying to solve?

On Tue, Nov 3, 2015 at 2:59 AM, Regan Starr <reganst...@gmail.com> wrote:

> Any update on this?
>
> I would love to have an API for creating new jobs in the Scheduler.
>
> Regan Starr
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Heroku" group.
>
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en_US?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Heroku Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to heroku+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to