- The lifecycle I created on the 6th and the file are not working. It has reached the 8th and the file has not been cleaned up - Create a lifecycle through this method #1015 ```python from app.core.oss import get_oss def go(): oss = get_oss() oss.create_bucket() if __name__ == "__main__": go() ``` <img width="1298" height="621" alt="Image" src="https://github.com/user-attachments/assets/cb8ba17a-a108-4e64-8b54-5882e850b72a" /> <img width="1551" height="469" alt="Image" src="https://github.com/user-attachments/assets/552d4ee3-c22a-4f73-b56e-0a84506b1c53" />