File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -275,30 +275,6 @@ failed_event = Journaled::Outbox::Event.failed.find(123)
275275failed_event.requeue!
276276` ` `
277277
278- 6 . ** Production Deployment: **
279-
280- Deploy workers as separate services (systemd, Docker , Kubernetes , etc.):
281-
282- ` ` ` yaml
283- # Example Kubernetes deployment
284- apiVersion: apps/v1
285- kind: Deployment
286- metadata:
287- name: journaled-worker
288- spec:
289- replicas: 3
290- template:
291- spec:
292- containers:
293- - name: worker
294- image: myapp:latest
295- command: ["bundle", "exec", "rake", "journaled_worker:work"]
296- env:
297- - name: AWS_DEFAULT_REGION
298- value: "us-east-1"
299- # ... other env vars
300- ` ` `
301-
302278# ## Attribution
303279
304280Before using ` Journaled::Changes` or ` Journaled::AuditLog` , you will want to
You can’t perform that action at this time.
0 commit comments