Commit f1b7d18
committed
Daemonise scheduler threads
This fixes an issue where using check-ins blocks the customer's
application from closing. Follow up to #257, which fixed this for
continuous heartbeat threads -- but as continuous heartbeat threads
cause the scheduler to spawn threads of its own, it didn't actually
fix it at all.1 parent ee553e7 commit f1b7d18
2 files changed
Lines changed: 8 additions & 2 deletions
File tree
- .changesets
- src/appsignal/check_in
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments