Actions
Bug #26511
closed`foreman-rake foreman_tasks:cleanup ...` takes long time with too many tasks and dynflow plans in database
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
The nested SQL query introduced https://github.com/theforeman/foreman-tasks/pull/320 seems to take too
much time to calculate. A left join seems to work much nicer there.
Updated by Ivan Necas about 6 years ago
- Subject changed from `foreman-rake foreman_tasks:cleanup ...` takes long time with too many tasks and dynflow plans in database to `foreman-rake foreman_tasks:cleanup ...` takes long time with too many tasks and dynflow plans in database
- Status changed from New to Closed
- Pull request https://github.com/theforeman/foreman-tasks/pull/406 added
Actions