This repository was archived by the owner on Jun 5, 2023. It is now read-only.
Commit cdc0a4f
toby cabot
Write run_at in a resque-compatible format
Resque expects that the run_at value will be an ISO8601 string in UTC.
Pyres was writing seconds since the epoch, which caused pyres-web to
crash.1 parent 35f0574 commit cdc0a4f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments