Skip to content

Commit

Permalink
fix(#111): job name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 4, 2024
1 parent a2b1f50 commit a39fb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/docker/docker.producer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class DockerProducer implements OnApplicationBootstrap {
const c = this.cnt;
try {
const job = await this.dockerQueue.add(
'multipleIO-docker-run',
'always-docker-run',
{
gitToken,
gistId: gistId,
Expand Down

0 comments on commit a39fb34

Please sign in to comment.