You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/session/utils/job_runners
Audric Ackermann 83a8adf033 fix: decrease retry timer of confsyncjob to 15s
- we need a rather long duration so we don't add a new job while was is
already planned to be runned, and they end up both running at the same
time.
- we also need a not too long duration for integration tests and UX
  experience, as a change could take the retry timeout to happen+polling
timer to happen, which used to be 40s total.

This brings that time to worse time change from 40 to 25s
2 years ago
..
jobs fix: decrease retry timer of confsyncjob to 15s 2 years ago
JobDeserialization.ts fix: merge the confSyncDumpJob into the confSyncJob 2 years ago
JobRunner.ts fix: make avatar download job only take conversationId 2 years ago
PersistedJob.ts fix: make avatar download job only take conversationId 2 years ago