bucketeer-io / bucketeer

Feature Flag Management and A/B Testing platform

Home Page:https://bucketeer.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: scheduled operation always fails when the flag is already disabled

cre8ivejp opened this issue · comments

When the Scheduled operation runs to enable or disable a flag, if the flag is already in the state that the operation wants to change, it will return an error saying it is already enabled or disabled. Because of that, the operation state doesn't change to finished and keeps trying to execute in an infinite loop.