مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-16 21:23:37 +00:00
feat: new background work process
This removes all previous dependencies on RabbitMQ and the need to run separate cron and requeueing processes.
هذا الالتزام موجود في:
14
db/migrate/20240213165450_create_worker_roles.rb
Normal file
14
db/migrate/20240213165450_create_worker_roles.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class CreateWorkerRoles < ActiveRecord::Migration[6.1]
|
||||
|
||||
def change
|
||||
create_table :worker_roles do |t|
|
||||
t.string :role
|
||||
t.string :worker
|
||||
t.datetime :acquired_at
|
||||
t.index :role, unique: true
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
المرجع في مشكلة جديدة
حظر مستخدم