Handling Execptions #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Good job, you can find some of my feedbacks :
To handle exceptions, use try..except loop, and add the necessary debug messages,
try also to check with if different condition such as if : there's no volumes, or no envs vars, networks...
finally don't forget to use pulumi export...
Thank you for your feedback! We’ve made the following improvements based on your suggestions:
Wrapped exception handling with try..except loops and added necessary debug messages.
Included checks for conditions like missing volumes, environment variables, and networks to ensure proper handling.
Used pulumi.export as required.
We’ll be working on the entrypoint.sh solution and the Odoo-Postgres connectivity problem over the weekend.
Thank you for your feedback!
I’ve worked on the entrypoint.sh solution and I shared the code on my repo also I will explain the details for you during our meeting over the weekend. We can also discuss the Odoo-Postgres connectivity issue and any other remaining tasks.
Best regards,
Faten