Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed problem with image magick example not working #53

Merged
merged 8 commits into from
Nov 2, 2022

Conversation

JoshuaSBrown
Copy link
Collaborator

Image magick was failing because, when a timeout was being thrown by the nats nextMsg command the catch statement was exiting. Was fixed in this issue, by abstracting away the nats specific error and using a generic timeout exception that is caught with out exiting.

@JoshuaSBrown JoshuaSBrown changed the base branch from main to devel October 26, 2022 03:00
Copy link
Collaborator

@renan-souza renan-souza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it locally and it works. Good for me! :)

renan-souza and others added 5 commits October 26, 2022 11:45
To make it work with docker compose, I had to enable custom hostnames and ports
 for nats through environment vars. For this, I created a conf.py file in
 zambeze to centralize configuration code, such as pulling environment variables.

#55
Attempt to fix GitHub action
- Using HOST env var for zmq, and created a ZMQ_PORT var.
- Improved README.md for the container execution to provide the steps to run the simple example and expected results.
- Made few other code improvements based on @JoshuaSBrown's feedback on this PR: #56

Issue: #55
Adding Dockerfile and docker compose files.
@JoshuaSBrown JoshuaSBrown merged commit 38c56ec into devel Nov 2, 2022
@JoshuaSBrown JoshuaSBrown deleted the JoshuaSBrown-fix-image-magick-example branch November 2, 2022 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants