# Install this plugin
    npm install @pinelab/vendure-plugin-google-cloud-tasks
    
    

Changelog for vendure-plugin-google-cloud-tasks

1.8.0 (2024-12-19)

  • Update Vendure to 3.1.1

1.7.1 (2024-08-04)

  • Update compatibility range (#480)

1.7.0 (2024-09-06)

  • Updated @google-cloud/tasks to "^5.4.0"
  • Generates a unique task name; this reduces the latency during creation of the task

1.6.0 (2024-06-21)

  • Updated Vendure to 2.2.6

1.5.0 (2024-01-30)

  • Don't store job.data when it's too big for MySQL text column
  • Remove jobs older than 30 days on application startup

1.4.0 (2023-12-19)

1.3.0 (2023-11-21)

  • Only log error when job is not added to queue after configured retries
  • Apply exponential backoff when adding to queue doesn't work.

1.2.0 (2023-10-24)

  • Updated vendure to 2.1.1

1.1.2 (2023-09-26)

  • Added onJobFailure option to inspect errors from failed jobs(#262)