Filament Action Queue Connection ?

Hi all , im beginner in this . I have project already deploy as production . The issue i counter is action takes long to process when execute because need many application to process. And i found the main issue because my Queue Connection is sync. My question is if i change to database . Do i need to create a job service to process the action or filament action already apply for the queue by default ?
1 Reply
Dennis Koch
Dennis Koch6d ago
Yes, you still need to dispatch it to the queue. Actions won't queue by themselves

Did you find this page helpful?