Open
Bug 1870147
Opened 1 year ago
Updated 1 year ago
Set backoff criteria for the ingestion worker in `FxSuggestIngestionScheduler`
Categories
(Fenix :: Search, task)
Tracking
(Not tracked)
NEW
People
(Reporter: lina, Unassigned)
References
(Blocks 1 open bug)
Details
The documentation for setBackoffCriteria
says:
The default values are
BackoffPolicy.EXPONENTIAL
andWorkRequest#DEFAULT_BACKOFF_DELAY_MILLIS
, respectively.
That looks okay—it'll back off exponentially, starting at 30 seconds, up to the MAX_BACKOFF_MILLIS
of 5 hours—but we can definitely bump that initial delay, since we normally run every 24 hours.
Updated•1 year ago
|
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•