Merge branch 'main' into mobile/bridge-components

* main:
  Remove explicit queue definition
  Fix attribute name
  Explicitly define incineration priority
  Fix incorrect recurring job config
  Add self-service account deletion (#2246)
  Document DELETE endpoint for removing card header image
  Document goldness endpoints for marking cards as golden
  Document closed and column fields in card API response
This commit is contained in:
Adrien Maston
2026-01-12 17:33:29 +01:00
52 changed files with 872 additions and 12 deletions
+3
View File
@@ -27,6 +27,9 @@ production: &production
cleanup_exports:
command: "Account::Export.cleanup"
schedule: every hour at minute 20
incineration:
class: "Account::IncinerateDueJob"
schedule: every 8 hours at minute 16
<% if Fizzy.saas? %>
# Metrics
+1
View File
@@ -2,6 +2,7 @@ Rails.application.routes.draw do
root "events#index"
namespace :account do
resource :cancellation, only: [ :create ]
resource :entropy
resource :join_code
resource :settings