Open
Conversation
Because `INFO` depends on language of the environment. For example, `情報` is used in Japanese language environment.
…o avoid the following error: ERROR: (gcloud.beta.emulators.pubsub.env-init) You cannot perform this action because this Cloud SDK installation is managed by an external package manager. Please consider using a separate installation of the Cloud SDK created through the default mechanism described at: https://cloud.google.com/sdk/
Dir.exist? sometime takes enough long time to timeout.
… is less than 3 Because if the number is less than 3, worker reschedule the message after 10 seconds like this: Message(3) was rescheduled after 10 seconds because the thread pool is full.
Fix test on travis
Because initializing adapter is called on executing task which load jobs
like `rake db:migrate`/
But Google::Cloud::Pubsub requires GCP project ID as environment variable,
so it raises an ArgumentError on rake db:migrate like this:
```
Error occurred while loading application project_id is missing (ArgumentError)
app/jobs/application_job.rb:3:in `<main>'
app/jobs/async_task_job.rb:1:in `<main>'
lib/tasks/erd.rake:3:in `block in <main>'
```
Lazy initialization of pubsub
Add on_error option to reject on error
Update links in README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.