Commit 2c30257
ci: wait for job-service to be ready before running e2e tests
The job-service has its own retry loop to connect to postgres and may not
be ready immediately after the DB setup job completes. This caused race
conditions where tests would timeout waiting for jobs that the job-service
hadn't started processing yet.
Add a step to wait for the "starting jobs service" log message before
running e2e tests.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent c868520 commit 2c30257
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
142 | 155 | | |
143 | 156 | | |
144 | 157 | | |
| |||
0 commit comments