Commit Graph

5 Commits

Author SHA1 Message Date
Viren Baraiya 58b461bf34 Agent docs (#1406) 2026-08-20 12:52:15 -07:00
Rajeshwar Agrawal e467e266e3 Restore Redis Sentinel auth and support multiple sentinel addresses in redis-lock (#951)
* Restore Redis Sentinel auth configuration

* Support multiple sentinel addresses in redis-lock configuration

Split CONDUCTOR_REDIS_LOCK_SERVER_ADDRESS on semicolons so that
multiple sentinel endpoints can be provided, matching how the cluster
mode already splits on commas. This improves sentinel HA by allowing
the lock client to discover the master even if one sentinel is down.

Example: redis://sentinel-0:26379;redis://sentinel-1:26379

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Document semicolon-separated sentinel addresses for redis-lock

Add a note to the deployment guide explaining that multiple sentinel
endpoints can be provided using semicolons when serverType is SENTINEL,
improving high availability for the lock client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fixes failing int test

* reverts test-harness fixes

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 15:50:11 -07:00
Viren Baraiya adb29cfbdb Jdbc workers (#878)
* JDBC workers
* Documentation update
2026-03-18 17:05:24 -07:00
Rajeshwar Agrawal 9e99cac928 Feature: Add support for ES8 Persistence (#739) 2026-03-18 10:34:53 -07:00
Viren Baraiya cf21f0238f Overhaul documentation site with modern design (#863)
* Overhaul documentation site with modern design and new content

- Redesign homepage with hero section, scrolling logo wall, value strip, feature cards, architecture section, FAQ, and CTA
- Add new architecture pages: Durable Execution, Agents & AI, JSON + Code Native
- Add Quickstart guide with polyglot worker examples (Java, Python, JS, Go, C#, Ruby, Rust)
- Modern CSS theme: Instrument Serif + DM Sans + IBM Plex Mono, solarized code blocks, dark mode support
- Replace curl examples with Conductor CLI commands across all pages
- Add SEO meta descriptions to 30+ pages targeting durable code execution, workflow engine, saga pattern keywords
- Restructure mkdocs.yml navigation with tabs, search, and content features
- Add MkDocs Material theme overrides and serve-docs.sh helper script
2026-03-16 08:47:47 -07:00