Files
mostlymatter/server/channels
Agniva De Sarker b9c50641db MM-54580: Fix panic in jobs/base_workers.go (#24631)
If GetJob fails, we would return a nil job and then try to log
with that. To prevent this, we keep a reference to the old job
and log with that in the error case.

https://mattermost.atlassian.net/browse/MM-54580

```release-note
Fix a panic where a simple worker would crash if if failed to get a job.
```
2023-10-03 07:55:38 +05:30
..
2023-09-19 15:29:57 +02:00
2023-03-22 17:22:27 -04:00
2023-09-27 12:18:56 +03:00