We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb29d9 commit b130e77Copy full SHA for b130e77
lib/solid_queue/supervisor.rb
@@ -29,22 +29,18 @@ def initialize(configuration)
29
end
30
31
def start
32
- wrap_in_app_executor do
33
- boot
34
- run_start_hooks
+ boot
+ run_start_hooks
35
36
- start_processes
37
- launch_maintenance_task
+ start_processes
+ launch_maintenance_task
38
39
- supervise
40
- end
+ supervise
41
42
43
def stop
44
45
- super
46
- run_stop_hooks
47
+ super
+ run_stop_hooks
48
49
50
private
0 commit comments