"vscode:/vscode.git/clone" did not exist on "b62e633ceaace0cd240c3d8d42cb59d61aacf03c"
  1. 11 Sep, 2025 1 commit
  2. 10 Sep, 2025 1 commit
  3. 02 Sep, 2025 2 commits
  4. 30 Aug, 2025 1 commit
  5. 19 Aug, 2025 1 commit
  6. 15 Aug, 2025 1 commit
  7. 22 Jul, 2025 1 commit
  8. 07 Jul, 2025 1 commit
  9. 01 Jul, 2025 1 commit
  10. 14 Jun, 2025 1 commit
  11. 30 May, 2025 1 commit
  12. 29 May, 2025 1 commit
  13. 20 May, 2025 1 commit
  14. 19 May, 2025 1 commit
  15. 04 Apr, 2025 1 commit
    • Graham King's avatar
      feat: Python decorator dynamo_worker takes optional `static` parameter without etcd (#494) · 88ad3425
      Graham King authored
      Adds `@dynamo_worker(static = True)` to create a static worker which has a predictable name and hence does not require discovery or `etcd` to be running. There can only be a single static worker per namespace / component / endpoint trio.
      
      This contrasts with the default dynamic `dynamo_worker` endpoints we have now, which get a unique random name (based on namespace/component/endpoint), and are discovered by ingress components using etcd.
      
      Also change the hello_world example to use `dynamo_worker(static = True)` so that it is exercised and demonstrated somewhere.
      
      For NIM.
      88ad3425
  16. 17 Mar, 2025 1 commit
  17. 11 Mar, 2025 1 commit
  18. 09 Mar, 2025 2 commits
  19. 08 Mar, 2025 2 commits
  20. 05 Mar, 2025 1 commit
  21. 04 Mar, 2025 1 commit
  22. 25 Feb, 2025 1 commit