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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user