Change app_settings.PERIODIC_TASK_SUFFIX
default to an empty string
#20
Labels
🏋️ improvement
Enhancements or optimizations to existing functionality
🧁 needs baking
Requires more time for consideration or development before further action
Since we've moved to tracking the registered task via a
Task
model, there's not really a need to have the suffix on theSchedule
-- it was used to filter out schedules that were not managed bydjango-q-registry
.I still think it might be useful to still expose the setting for users to opt-in; some people may want to see at a glance in the admin of schedules managed by this package. But it should default to be empty.
The text was updated successfully, but these errors were encountered: