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
..
2016-01-07 04:26:29 +00:00
2019-04-08 15:37:26 +01:00
2019-04-08 15:37:26 +01:00
2016-01-07 04:26:29 +00:00
2019-04-08 15:37:26 +01:00
2016-01-07 04:26:29 +00:00
2016-01-07 04:26:29 +00:00
2016-01-07 04:26:29 +00:00
2019-06-20 19:32:02 +10:00
2016-01-07 04:26:29 +00:00
2016-09-12 11:00:26 +01:00
2017-10-31 20:35:58 +00:00
2019-04-08 15:37:26 +01:00
2018-07-09 16:09:20 +10:00
2016-01-07 04:26:29 +00:00
2018-07-09 16:09:20 +10:00
2016-09-12 11:00:26 +01:00
2016-09-12 11:00:26 +01:00
2019-06-20 19:32:02 +10:00
2019-06-20 19:32:02 +10:00
2019-04-08 15:37:26 +01:00
2019-06-20 19:32:02 +10:00
2018-12-01 23:07:35 -06:00
2016-10-17 11:08:19 +01:00
2016-10-19 11:40:35 +01:00
2018-07-09 16:09:20 +10:00
2018-02-13 16:44:46 +00:00
2016-12-12 17:00:10 +00:00
2018-11-02 10:36:13 +00:00
2017-05-11 12:05:22 +01:00
2018-07-09 16:09:20 +10:00
2017-11-04 19:35:33 +00:00
2017-11-21 11:14:17 +00:00
2017-10-11 13:23:15 +01:00
2018-09-13 17:02:59 +01:00
2019-06-20 19:32:02 +10:00
2019-06-20 19:32:02 +10:00
2018-05-22 11:54:51 +01:00
2019-06-20 19:32:02 +10:00
2018-10-05 15:08:36 +01:00
2018-11-09 18:35:02 +00:00
2019-04-02 11:20:06 +01:00
2019-05-31 10:48:51 +01:00
2019-07-12 17:26:02 +01:00
2019-10-02 10:36:27 +01:00