зеркало из https://github.com/mozilla/fxa.git
fix(cloud): Don't await for cloud scheduler delete unverified task
This commit is contained in:
Родитель
d6ca445284
Коммит
02ca8ba6cf
|
@ -161,7 +161,10 @@ export class CloudSchedulerHandler {
|
|||
startDate: startDate.toISOString(),
|
||||
});
|
||||
this.statsd.increment('cloud-scheduler.deleteUnverifiedAccounts');
|
||||
await this.processAccountDeletionInRange(
|
||||
|
||||
// We don't await because it could take 30+ seconds to create the cloud tasks
|
||||
// to delete all the accounts.
|
||||
this.processAccountDeletionInRange(
|
||||
this.config,
|
||||
this.accountTasks,
|
||||
reason,
|
||||
|
|
Загрузка…
Ссылка в новой задаче