Hi,
I have an action that processes some incoming webhooks from another platform. For some updates, a few come in quick succession, so I want to ignore the duplicates. I have code that uses the "id" option of enqueue so that it blocks these subsequent duplicates from getting queued. However I am still getting messages in the log when this occurs (GGT_DUPLICATE_BACKGROUND_ACTION_ID: This background action can't be enqueued as its ID is already in use by another background action.). I have tried the onDuplicateID: "ignore" option, but it does not seem to have any affect? Is there any way to suppress this message? As it just seems wasteful.