Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Apr 24, 2024
1 parent 36196cb commit e38abe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ving/jobs/handlers/DeleteUnusedS3File.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import ving from '#ving/index.mjs';

/**
* This handler does nothing other that write to the log with whatever data was passed in.
* This handler deletes a S3File if it does not achieve a ready state by the time this job runs.
* @param {Object} A `BullMQ` job.
* @returns `true`
* @returns {boolean} `true`
*/
export default async function (job) {
ving.log('jobs').info(`Instanciating S3File ${job.data.id}`);
Expand Down

0 comments on commit e38abe9

Please sign in to comment.