wreeto_official icon indicating copy to clipboard operation
wreeto_official copied to clipboard

Backup jobs failed

Open Ch0wW opened this issue 4 years ago • 0 comments

I've noticed an issue related to backups not working as intended.

app_1       | 15:10:41 sidekiq.1 | 2021-02-17T15:10:41.741Z pid=10 tid=2camk90u class=Backups::BackupJob jid=5c1e67bbfc9a8717d9b877c4 INFO: start
app_1       | 15:10:42 sidekiq.1 | 2021-02-17T15:10:42.639Z pid=10 tid=2camk90u class=Backups::BackupJob jid=5c1e67bbfc9a8717d9b877c4 elapsed=0.898 INFO: fail
app_1       | 15:10:42 sidekiq.1 | 2021-02-17T15:10:42.639Z pid=10 tid=2camk90u WARN: {"context":"Job raised exception","job":{"retry":true,"queue":"services","class":"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper","wrapped":"Backups::BackupJob","args":[{"job_class":"Backups::BackupJob","job_id":"6b429c07-c2a0-4985-aece-301802c11510","provider_job_id":null,"queue_name":"services","priority":null,"arguments":[1],"executions":0,"locale":"en"}],"jid":"5c1e67bbfc9a8717d9b877c4","created_at":1613573959.3195944,"enqueued_at":1613574641.733406,"error_message":"no implicit conversion of nil into String","error_class":"StandardError","failed_at":1613573960.2418842,"retry_count":4,"retried_at":1613574323.7602901},"jobstr":"{\"retry\":true,\"queue\":\"services\",\"class\":\"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper\",\"wrapped\":\"Backups::BackupJob\",\"args\":[{\"job_class\":\"Backups::BackupJob\",\"job_id\":\"6b429c07-c2a0-4985-aece-301802c11510\",\"provider_job_id\":null,\"queue_name\":\"services\",\"priority\":null,\"arguments\":[1],\"executions\":0,\"locale\":\"en\"}],\"jid\":\"5c1e67bbfc9a8717d9b877c4\",\"created_at\":1613573959.3195944,\"enqueued_at\":1613574641.733406,\"error_message\":\"no implicit conversion of nil into String\",\"error_class\":\"StandardError\",\"failed_at\":1613573960.2418842,\"retry_count\":4,\"retried_at\":1613574323.7602901}"}

Ch0wW avatar Feb 17 '21 15:02 Ch0wW