You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* switched to using a scheduler for each occasion instead of one global scheduler for everything, this helps futur scheduled jobs not colliding with scheduled requests (reqscheduler)
* fixed scheduler fetching > limit
* fixed incoming scheduled requests only considering queue when determining wether to add to heap (queue) => incoming requests now check if earlier than latest heap request AND if they are the earliest request in the db
0 commit comments