collavre_slack 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5f9dfe6379fdea85a145479729b2fa87d0d6c731476ba9899a9f3f015d86a2e
4
- data.tar.gz: 4fff38911333b72c7da5f6ade9f3b898e83e45bef388754d918960aac8f14135
3
+ metadata.gz: 51a1306b5395fd3c1f6a145dff03851643cf402a104d8340e43a22108484396d
4
+ data.tar.gz: cb2ac8364ffae6ab6bdac6a61d5ccc46e0c8dcc3c3c116b10643aa6db272682e
5
5
  SHA512:
6
- metadata.gz: cb8a7c91ce37da68f9b20b1478a14c002f5f864f69cb37c98cd35877c179274aa251e39a69cb3233ed8600449eb2d88cbf7d7c695ea9febbbcbcc84157150fc4
7
- data.tar.gz: 315a01087854304bcbde759d9374ed5c9cd6bdede2f7f3040bfaa5fe5a7328de4bc6c5a14a8cf1905cbf55e6a3d1b740a6baf313498eb4757c017d268df79933
6
+ metadata.gz: 71e813b2836e49a7754d8b5e5ab73d53d6f5ff8bfabe861f02dc85a84b2db9ae71609fc99bd8e66216ad5fecc8efc9d7b0e0a3184a796ecde974b9489e706c29
7
+ data.tar.gz: cea76f263a1aca00e157a6eb37609730cd82036f1239ebf4e21e382dd393cdf44aff7d7dad59e77b1b373b4df02e6ff8f710a6d4c4bcd32dd31fab6db948eac5
@@ -4,7 +4,7 @@ module CollavreSlack
4
4
 
5
5
  # Slack is acked (200) the instant this job is enqueued, so a lost job means a
6
6
  # lost message. We can't use a job-level `retry_on`: re-running `perform` would
7
- # re-run CommandProcessor's non-idempotent commands (/calendar, /work, MCP). So
7
+ # re-run CommandProcessor's non-idempotent commands (/calendar, MCP). So
8
8
  # CommandProcessor runs exactly once and each DB write around it is retried in
9
9
  # place via #with_transient_retry.
10
10
 
@@ -50,7 +50,7 @@ module CollavreSlack
50
50
  end
51
51
 
52
52
  # Exactly-once guard, claimed here: after the idempotent writes above, immediately
53
- # before the non-idempotent CommandProcessor (/calendar, /work, MCP). Slack is acked
53
+ # before the non-idempotent CommandProcessor (/calendar, MCP). Slack is acked
54
54
  # before this job runs, so a message can arrive twice (sequentially or concurrently);
55
55
  # a read-only "already applied?" check can't cover concurrency — both jobs read "not
56
56
  # applied" and both run the commands. We atomically claim (channel_link, message_ts)
@@ -1,3 +1,3 @@
1
1
  module CollavreSlack
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collavre_slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Collavre