Actions
Bug #29337
closedasync_task fails with `The Dynflow world was not initialized yet.` in rake tasks on nightly production
Status:
Closed
Priority:
Normal
Assignee:
Category:
Orchestration
Target version:
Description
Two related PRs:
https://github.com/theforeman/foreman/pull/7487/files
https://github.com/theforeman/foreman/pull/7490/files
It seems like we may have to extend Dynflow::Rails::Configuration#rake_task_with_executor to include tasks that need Dynflow.
Updated by Ian Ballou about 5 years ago
A quick workaround on nightly is to add
katello:pulp3_migrationto
self.rake_tasks_with_executor = ...in
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.3/lib/dynflow/rails/configuration.rb
Updated by Justin Sherrill about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|be88d94503b1448c1c7ea8043d0c86424a6bcd3b.
Actions