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
feat!: remove deprecated jobs queue depth and runHooks options (#16414)
**BREAKING:** The deprecated `jobs.depth` and `jobs.runHooks` config
options have been removed. Job operations now always use direct database
calls with depth `0`. If you relied on either option, remove it from
your `jobs` config; if you depended on collection hooks running for
jobs, migrate that logic out of hooks.
The `jobsCollectionOverrides` warning that detected extra hooks and
prompted users to set `runHooks` has also been removed.
---
- To see the specific tasks where the Asana app for GitHub is being
used, see below:
- https://app.asana.com/0/0/1214349495376496
`The jobsCollectionOverrides function is returning a collection with an additional ${hookKey} hook defined. These hooks will not run unless the jobs.runHooks option is set to true. Setting this option to true will negatively impact performance.`,
0 commit comments