AdemCatamak / MessageStorage

Message and Job Storage with Outbox Design Pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skip locked job

AdemCatamak opened this issue · comments

JobProcessServer fetches Job data one by one. During fetch operation, if one row is locked, fetch operation waits until the lock is released. This method could be changed. If a job handle's priority is not important, during a fetch operation, if a locked row exists, it will be skipped and the next available job could be fetched.