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

[5.x] Silenced jobs #1232

Merged
merged 6 commits into from
Jan 4, 2023
Merged

[5.x] Silenced jobs #1232

merged 6 commits into from
Jan 4, 2023

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented Dec 28, 2022

Replaces #1230

This PR introduces the concept of "silenced" jobs. If a certain job class is added to the horizon.silenced list then it'll go into a separate storage key and they can then be viewed on a separate screen from other jobs that are completed. This is handy to exclude jobs which are run very frequently like PingOhDearJob.

One thing I couldn't solve was to set the "Completed Jobs" menu item to active when you're on the "Silenced Jobs" screen.

Resolves #1153

Screenshot 2022-12-28 at 11 37 23

@driesvints driesvints changed the title Silenced jobs [5.x] Silenced jobs Dec 28, 2022
@taylorotwell taylorotwell merged commit 57580da into 5.x Jan 4, 2023
@taylorotwell taylorotwell deleted the silenced-jobs branch January 4, 2023 15:22
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.

Horizon: Exclude certain jobs from Completed Jobs list
2 participants