You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: