Is your feature request related to a problem? Please describe.
Sometimes I need run job "as soon as possible", not waiting up to 60 seconds to refetch chains.
Describe the solution you'd like
Scheduler should load new chain and tasks as soon as it was append to table.
My be, we can use notifications from table triggers (after commit of transaction).
Describe alternatives you've considered
Decrease refetch interval in source code, but this will increase database loading.