Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliito committed Jan 19, 2024
1 parent 9d48fc0 commit b8cd876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pheme/queue_poller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def initialize(queue_url:,
@poller_configuration = {
wait_time_seconds: 10, # amount of time a long polling receive call can wait for a message before receiving a empty response (which will trigger another polling request)
idle_timeout: 20, # disconnects poller after 20 seconds of idle time
visibility_timeout: nil, # amount of time to process and delete the message before it is added back into the queue
visibility_timeout: nil, # amount of time in seconds to process and delete the message before it is added back into the queue
skip_delete: true, # manually delete messages
}.merge(poller_configuration || {})

Expand Down

0 comments on commit b8cd876

Please sign in to comment.