Skip to content

Conversation

@szakarias
Copy link
Contributor

No description provided.

await announcementBackend.start();
await topPackages.start();
await youtubeBackend.start();
await downloadCountsBackend.start();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isoos is this this the right place to start it?

unrelated: Should we investigate if these could be started concurrently?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is a good place to start it, unless we only want to start it in the default and not in the others.

try {
final info = await storageService
.bucket(activeConfiguration.reportsBucketName!)
.info(downloadCounts30DaysTotalsFileName);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC we have a tryInfo in the lib/shared/storage.dart which could at least handle the 404 part of the exceptions.

@szakarias szakarias merged commit e74ee03 into dart-lang:master Oct 7, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants