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 5c4f452 commit 5aa05aeCopy full SHA for 5aa05ae
lib/solid_queue/supervisor.rb
@@ -29,18 +29,22 @@ def initialize(configuration)
29
end
30
31
def start
32
- boot
33
- run_start_hooks
+ wrap_in_app_executor do
+ boot
34
+ run_start_hooks
35
- start_processes
36
- launch_maintenance_task
+ start_processes
37
+ launch_maintenance_task
38
- supervise
39
+ supervise
40
+ end
41
42
43
def stop
- super
- run_stop_hooks
44
45
+ super
46
+ run_stop_hooks
47
48
49
50
private
0 commit comments