Skip to content

Releases: kinluek/sqspoller

fix mutex bug

11 Mar 11:38
ef8cc49
Compare
Choose a tag to compare
Merge pull request #53 from kinluek/raspberry-pi

Raspberry pi

v0.4.5

10 Mar 14:57
Compare
Choose a tag to compare

change runStatus to 32 bit, so that memory aligns correctly on 32 bit machines

fix leaky goroutines

24 Feb 22:38
86cca32
Compare
Choose a tag to compare
Merge pull request #49 from kinluek/refactor/run-status

use one status parameter for off, running and shutting down

fix waitForError bug

07 Feb 00:53
Compare
Choose a tag to compare
v0.4.3

fix bug in waitForError function

Add request timeouts

07 Feb 00:19
27f1e8b
Compare
Choose a tag to compare
Merge pull request #46 from kinluek/request-timeout

Request timeout

v0.4.1 privatise handlerTimeout field

02 Feb 20:17
e180529
Compare
Choose a tag to compare
  • privatise handlerTimeout field

use atomic functions instead of mutex

22 Jan 01:38
a3d3325
Compare
Choose a tag to compare
Merge pull request #30 from kinluek/docs

Docs

refactor timeout handling

21 Jan 11:00
Compare
Choose a tag to compare
  • timeout errors can now be caught by custom middleware so users can choose to continue polling

updated function signatures

20 Jan 14:43
97f13ab
Compare
Choose a tag to compare
  • changed constructor signature
  • added sqs.SQS type to handler