add webhooks queue

This commit is contained in:
Pete Matsyburka
2024-05-27 14:35:19 +03:00
parent a249b0a678
commit f7b5bcd52f
8 changed files with 15 additions and 0 deletions
@@ -1,6 +1,8 @@
# frozen_string_literal: true
class SendSubmissionCreatedWebhookRequestJob < ApplicationJob
queue_as :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
MAX_ATTEMPTS = 10