#1530 Send message after setting the build context
Opened 4 years ago by lucarval. Modified 4 years ago

In module_build_service/utils/submit.py a module build entry is created in the DB, models.ModuleBuild.create, and a message sent. Shortly after, module.context is modified and the DB record updated.

This creates a timing issue where the message could be consumed before the module.context is properly set. However, this is unlikely to happen given the usual lags in sending-receiving messages.


Login to comment on this ticket.

Metadata