Commit Graph

2 Commits

Author SHA1 Message Date
Nyan Lin Paing b5b4fe06e6 Run a queue worker under Sail
MarkBookingPaid/MarkBookingRefunded (and anything else ShouldQueue) had
nothing consuming the jobs table locally — no queue service existed in
compose.yaml, so a booking's status only flipped once someone happened to
run `sail artisan queue:work` by hand. Refund actions in Filament looked
like they hadn't taken effect until that ran.
2026-09-03 11:46:17 +07:00
Nyan Lin Paing 09c5603ff8 project initialize 2026-08-04 21:40:49 +07:00