Skip to content

docs(elixir): document default polling interval - #122

Closed
nilramoai wants to merge 1 commit into
mainfrom
nilmil-17-document-default-polling-interval
Closed

docs(elixir): document default polling interval#122
nilramoai wants to merge 1 commit into
mainfrom
nilmil-17-document-default-polling-interval

Conversation

@nilramoai

Copy link
Copy Markdown

Context

The default workflow polls Linear every 5 seconds, but the Elixir README did not surface that cadence near the Linear polling docs.

TL;DR

Document the default Linear polling interval and where to configure it.

Summary

  • Add a concise note to the Linear adapter profile in elixir/README.md.
  • State the checked-in workflow polls the configured Linear project every 5 seconds by default.
  • Point readers to polling.interval_ms in WORKFLOW.md for configuration.

Alternatives

  • Update WORKFLOW.md; rejected because the configured default is already present there.
  • Add a new section; rejected because the Linear adapter profile is the most relevant location.

Test Plan

  • make -C elixir all
  • make -C elixir fmt-check
  • awk/rg check that WORKFLOW.md uses interval_ms: 5000 and README mentions the 5-second default plus polling.interval_ms.

Summary:
- Add the Linear adapter README note for the checked-in default
  polling cadence.
- Point readers to polling.interval_ms in WORKFLOW.md for tuning.

Rationale:
- The default workflow sets polling.interval_ms to 5000, but the
  Elixir README did not make that behavior discoverable near the
  Linear polling docs.

Tests:
- PATH=/Users/nilram/.local/share/mise/installs/elixir/1.19.5-otp-28/bin:/Users/nilram/.local/share/mise/installs/erlang/28.5/erts-16.4/bin:/Users/nilram/.local/share/mise/installs/erlang/28.5/bin:$PATH HEX_HOME=/Users/nilram/.cache/hex HEX_OFFLINE=1 MIX_HOME=/Users/nilram/.cache/mix make -C elixir all

Co-authored-by: Codex <codex@openai.com>
@nilramoai nilramoai added the symphony Track Symphony work for codebase label Aug 19, 2026
@nilramoai nilramoai closed this Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

symphony Track Symphony work for codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant