Replies: 1 comment
-
Hey @JakeCG 👋 Right now, we’re considering migrating to a more "standard" setup with just one table. To make sure the scheduler isn’t starved by other jobs, we’re planning to introduce task priorities (added in v15.0.0). The scheduler task would be given the highest priority. This is just a theoretical approach for now — we haven’t tested it yet. Maybe @kagkarlsson has some thoughts? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to configure two separate instances of db-scheduler in a Spring context - one dedicated to scheduling jobs and the other dedicated to executing them?
Ideally, this separation would be controlled via environment variables, allowing us to disable job execution on instances that serve end-user traffic. This would help prevent performance degradation from memory-intensive jobs on those instances.
Is this setup supported or recommended? If so, are there any best practices for implementing it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions