class ParallelRequests::JobRepository

Defined in:

job_repository.cr

Class Method Summary

Class Method Detail

def self.get_pending(limit = MAX_BATCH_REQUESTS) #

[View source]
def self.update(job : Job) #

[View source]
def self.wait_for_lock(proc) #

That is needed on SQLite database, as the database might be locked when the request is made


[View source]