GoogleCloudPlatform / datacatalog-tag-engine

Tag Engine automates the process of creating, updating, deleting, and populating metadata in bulk with the Google Cloud services Data Catalog and Dataplex. Tag Engine is licensed under the Apache 2 license terms. Please make sure to read, understand and agree to the terms of the LICENSE and CONTRIBUTING files before proceeding.
Apache License 2.0
49 stars 18 forks source link

tasks queues max attempt #101

Closed shirleycohen closed 1 year ago

shirleycohen commented 1 year ago

Tasks Queues are currently set to Max-Attempts = 1, so after a memory error (or different error), a task is not retried

shirleycohen commented 1 year ago

Fixed