eswolinsky3241
5119716911
Persist worker_name after job is finished ( #1730 )
...
* 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
2 years ago
Selwin Ong
48e821ecd0
Add packages write permission to docker workflow
2 years ago
Alex
02d5cf297b
GitHub Workflows security hardening ( #1711 )
...
* build: harden docker.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* build: harden workflow.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2 years ago
dependabot[bot]
395fd1c51a
Bump actions/checkout from 2 to 3 ( #1659 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
rpkak
819d0498c7
Quickfix: Change Dockerhub Username ( #1491 )
...
I forgot to change this in #1471 by mistake.
4 years ago
rpkak
d0cea42fbb
Docker ( #1471 )
...
* rqtest -> tests folder
* worker Dockerfile to repo folder
* Dockerfile: install rq from file next to it
* add docker workflow
4 years ago