You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
hello,
I would like to know about the 'fusio_action_queue' table, as we have a very high storage load on it and we would like to perform a TRUNCATE, but we are afraid that it could harm the functioning of fusio.
Christoph Kappestein
unread,
Feb 9, 2024, 12:05:24 PM2/9/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
Hi Leonard,
the "fusio_action_queue" table is used by Fusio to execute async requests, you can truncate this table but it means, that those async requests are not invoked. If this is no problem feel free to TRUNCATE the table, it has no impact on the functionality of Fusio.