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
perf: use last_scheduled_task_id for dueSchedules query (NangoHQ#2383)
scanning tasks table to determine if a schedule has a running task or
had a recently run task doesn't scale
we are now using the last_scheduled_task_id column in schedules to avoid
heavy subqueries
## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is:
- [ ] I added observability, otherwise the reason is:
- [ ] I added analytics, otherwise the reason is:
0 commit comments