class ParallelRequests::JobRepository
- ParallelRequests::JobRepository
- Reference
- Object
Defined in:
job_repository.crClass Method Summary
- .get_pending(limit = MAX_BATCH_REQUESTS)
- .update(job : Job)
-
.wait_for_lock(proc)
That is needed on SQLite database, as the database might be locked when the request is made
Class Method Detail
def self.wait_for_lock(proc)
#
That is needed on SQLite database, as the database might be locked when the request is made