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
Maybe round-robin between the two tables when fetching jobs.
Doing this would make the queries easier to execute for the database, but would also reduce our accuracy around priority/runAt ordering.
The text was updated successfully, but these errors were encountered:
benjie
changed the title
Perf: consider splitting jobs table into two tables - those with queues and those without.
Perf: consider splitting jobs table into three tables - those with queues, those without, perma-failed
Jul 1, 2024
Maybe round-robin between the two tables when fetching jobs.
Doing this would make the queries easier to execute for the database, but would also reduce our accuracy around priority/runAt ordering.
The text was updated successfully, but these errors were encountered: