Jump to content

Scheduled tasks custom intervals


kufkis

Recommended Posts

kufkis

My request is that scheduled tasks have a custom interval field where I can define my own interval or add 1 minute, 2 minutes, 5 minutes, and 10 minutes entries.

In the meantime, my workaround for this issue is locating the Scheduled Task in the emby/config/ScheduledTasks/ folder and changing the value from:

[{"Type":"IntervalTrigger","IntervalTicks":9000000000}]

to

[{"Type":"IntervalTrigger","IntervalTicks":600000000}]

using the formula 10,000,000 * (interval time in seconds).  60 seconds in this example.

I may only use this for debugging, performance monitoring, or small tasks that don't require a lot of power but I'd still use my own custom interval time.  I already implemented my 1 minute scheduled task successfully so I don't need any follow up here but I feel like someone with less technical expertise may not be able to figure out how to make your own custom interval so I thought I'd request this feature.

Thanks,Untitled.thumb.jpg.68c8be866df148396dcabdd804e2cab2.jpg

 

  • Agree 1
Link to comment
Share on other sites

GrimReaper

Hi, there's already an open request for this or something functionally equivalent. Please join in and contribute to the existing discussion at:

 

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...