vincbeck commented on PR #46966:
URL: https://github.com/apache/airflow/pull/46966#issuecomment-2685115171

   Something I realized with this change. We use the fernet key to encrypt 
trigger kwargs in the DB. Now we have long running triggers, when you restart 
your environment the Fernet key is regenerated and thus we receve an exception 
when trying to deserialize the trigger because the key is not valid. I guess 
this will not happen in prodution because deployment manager should set the 
Fernet key but that's something inconvenient for development purposes. I need 
to reset the DB each time


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to