Erik Johnston
f44f1d2e83
Fix errors storing large retry intervals.
...
We have set the max retry interval to a value larger than a postgres or
sqlite int can hold, which caused exceptions when updating the
destinations table.
To fix postgres we need to change the column to a bigint, and for sqlite
we lower the max interval to 2**62 (which is still incredibly long).
2019-10-02 10:36:27 +01:00
..
2019-09-11 20:48:31 +03:00
2019-05-10 00:12:11 -05:00
2019-08-20 11:50:23 +01:00
2019-09-14 04:58:38 +10:00
2019-07-23 23:00:55 +10:00
2019-06-20 19:32:02 +10:00
2019-08-20 11:46:59 +01:00
2019-09-17 11:41:54 +01:00
2019-08-22 13:41:57 +01:00
2019-09-13 02:29:55 +10:00
2019-07-04 00:07:04 +10:00
2019-05-10 00:12:11 -05:00
2019-09-25 12:10:26 +01:00
2018-10-26 22:05:22 +11:00
2019-07-30 08:25:02 +01:00
2019-06-20 19:32:02 +10:00
2019-10-02 10:36:27 +01:00
2019-07-04 00:07:04 +10:00
2019-09-17 11:41:54 +01:00
2019-06-03 21:28:59 +10:00
2019-07-04 00:07:04 +10:00
2019-08-30 16:28:26 +01:00
2018-08-10 23:54:09 +10:00
2019-05-10 00:12:11 -05:00
2019-07-04 00:07:04 +10:00
2019-05-10 00:12:11 -05:00
2019-09-10 00:14:58 +10:00
2019-06-20 19:32:02 +10:00
2019-08-30 16:28:26 +01:00
2019-08-30 16:28:26 +01:00
2019-09-25 11:32:05 +01:00
2018-08-10 23:54:09 +10:00
2019-06-20 19:32:02 +10:00
2019-08-20 11:46:59 +01:00
2019-07-31 20:39:22 +10:00
2019-08-30 16:28:26 +01:00