Added document deploy. #66
Annotations
2 errors
spec:
spec/unit/document_transfer/job/queue_spec.rb#L29
DocumentTransfer::Job::Queue#stats includes the age of the oldest non-recurring job in waiting
Failure/Error: create(:job, run_at: Time.now - 43_200, locked_at: Time.now - 30)
Sequel::UniqueConstraintViolation:
SQLite3::ConstraintException: UNIQUE constraint failed: jobs.id
|
spec
Process completed with exit code 1.
|