| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Persist worker_name after job is finished (#1730) | eswolinsky3241 | 2022-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Persist worker_name after job is finished Persisting the worker_name on the job object in Redis would allow for debugging and analyzing logs from the worker * Remove redundent job.save() method call * Remove check for null worker Now that worker name is persisted after job finishes or fails, no need to assert that worker name is None * Change github runner to Ubuntu 20.04 * Change github runner to Ubuntu 20.04 | ||||
| * | chore: Enable codeql action (#1666) | Naveen | 2022-05-30 | 1 | -0/+44 |
| This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com> | |||||
