#1271 Run sync_koji_build_tags only for components which have been built 10 minutes ago.
Closed: Fixed 4 years ago by jkaluza. Opened 4 years ago by jkaluza.

The sync_koji_build_tags is used to catch up lost "tagged" messages, but in case the poller is called right after the build is finished and before the "tagged" message is received, it can generate fake tagged message unnecessary. We should instead wait a bit for a real "tagged" message before generating fake one.

AC:
- Call sync_koji_build_tags only for component builds which have been completed at least 10 minutes ago.


Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1275 Merged 4 years ago