actions / actions/toolkit

Make SocketTimeout configurable

Open
#1,875 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
5.9k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

Describe the enhancement
I would like SocketTimeout, defined here and used here, to be modifiable by the user, ideally from the @action/cache action but, if not, at least from the API surface here so I can make my own cache action that modifies it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with packages/cache/src/internal/constants.ts, where SocketTimeout is defined, and packages/cache/src/internal/downloadUtils.ts, where it is used. Trace the cache action and API surface to determine where a user-configurable value could enter. Done means users can modify the timeout through the action or exposed API, with the supported configuration path documented and verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.