Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Job scheduler SQL statements #1391

Draft
wants to merge 3 commits into
base: staging
Choose a base branch
from

Conversation

kompy99
Copy link

@kompy99 kompy99 commented Nov 25, 2023

Adding framework for START and STOP SQL-like statements to start and stop the job scheduler process.

The start_scheduler_executor and stop_scheduler_executor are currently No-Ops since the current job scheduling design does not provide a straightforward way to start the scheduler process from within a query executor function.

Currently, the job scheduler process is started using a connection object. Hence the current functionality of starting jobs using connection.start_jobs(). This start_jobs() function cannot be re-used within the query executor since the connection object is not available at the executor level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant