- Description has changed: Diff:
~~~~ --- old +++ new @@ -0,0 +1,5 @@ +`myfunc.post(..` and `post_event` take special params like `delay` but that would prevent the a normal `delay` parameter from being used. + +So we should make it `__task_delay`. Same for `flush_immediately`, and adding `priority` as an option now too. + +Then after that improvement, lets start using `__task_priority` in the reindex command, so they can run at a lower priority and not interfere with normal tasks. ~~~~ --- **[tickets:#8592] prepend __task_ for special task params; use priority in reindex tasks** **Status:** open **Milestone:** unreleased **Created:** Mon Dec 08, 2025 04:40 PM UTC by Dave Brondsema **Last Updated:** Mon Dec 08, 2025 04:40 PM UTC **Owner:** nobody `myfunc.post(..` and `post_event` take special params like `delay` but that would prevent the a normal `delay` parameter from being used. So we should make it `__task_delay`. Same for `flush_immediately`, and adding `priority` as an option now too. Then after that improvement, lets start using `__task_priority` in the reindex command, so they can run at a lower priority and not interfere with normal tasks. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
