filecoin-project / filplus-backend

Other
2 stars 1 forks source link

Allow allocators to disable SSA Bot #201

Closed Filip-L closed 2 months ago

Filip-L commented 2 months ago

Allow allocators to disable SSA Bot

Description: The ability to disable the SSA bot for an allocator has been added. By default, the SSA bot is enabled.

Deployment Considerations: A new column named disable_ssa_bot of type boolean to the allocators table in the database.

SQL code to add the new column to the allocators table:

ALTER TABLE allocators
ADD disable_ssa_bot boolean;
kacperzuk-neti commented 2 months ago

Wontfix, instead we will remove this from ssa bot for everyone.