Handling Execptions #1

Closed
opened 2024-11-21 11:22:02 +00:00 by mongi · 2 comments
Collaborator

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...

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...
Owner

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! 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.
Collaborator

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

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
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: khalil/pulumi-docker#1
No description provided.