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

[Hangfire] Add ability to en-/disable jobs by configuration #33

Closed
fb-smit opened this issue Feb 5, 2024 · 1 comment
Closed

[Hangfire] Add ability to en-/disable jobs by configuration #33

fb-smit opened this issue Feb 5, 2024 · 1 comment
Labels

Comments

@fb-smit
Copy link
Contributor

fb-smit commented Feb 5, 2024

As a developer,
i want to be able to enable or disable specific hangfire jobs without deleting them,
so i can use different configurations for different environments (dev, stage, prod)

fb-smit added a commit that referenced this issue Feb 5, 2024
reworked: UniquePerQueueAttribute, so it does a deep compare of the jobs method parameters
added: JobCleanupExpirationTimeAttribute to be able to control how long job results are kept until deletion
added: documentation about the new attributes and filters
added: unit tests for new features and improved coverage on existing code
@fb-smit
Copy link
Contributor Author

fb-smit commented Feb 8, 2024

Implemented and released with #33

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

No branches or pull requests

1 participant