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

Improve internal job handling #874

Merged
merged 3 commits into from
Jan 2, 2025
Merged

Improve internal job handling #874

merged 3 commits into from
Jan 2, 2025

Conversation

bennybp
Copy link
Contributor

@bennybp bennybp commented Jan 2, 2025

Description

Internal jobs are jobs that are run server-side (by job runners). This PR improves them in two ways:

  1. Functions that are to be run by the internal job runner do not have to have session or job_progress arguments now
  2. Jobs can be repeated automatically if successfully finished (rather than using after_function and doing it manually)

Status

  • Code base linted
  • Ready to go

@bennybp bennybp merged commit c166787 into main Jan 2, 2025
15 checks passed
@bennybp bennybp deleted the internal_jobs branch January 2, 2025 19:15
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