Skip to content

Commit

Permalink
add curlies for hash tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Oct 28, 2024
1 parent a4670ca commit aeef407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ving/jobs/queue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { jobHandlers } from '#ving/jobs/map.mjs';
export const getQueue = (options = {}) => {
const params = { connection: useRedis() };
if (params.connection.isCluster) {
params.prefix = 'vingjobs';
params.prefix = '{vingjobs}';
}
const queue = new Queue(options?.queueName || 'jobs', params);
return queue;
Expand Down

0 comments on commit aeef407

Please sign in to comment.