Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump PoV request timeout #5924

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

AndreiEres
Copy link
Contributor

Description

We previously set the PoV request timeout to 1.2s based on synchronous backing, which allowed for 5 PoVs per relay block. With asynchronous backing, we no longer have a time budget and can increase the value to 2s.

Fixes #5885

Integration

This PR shouldn't affect downstream projects.

Review Notes

This PR can be followed by experiments with Gluttons on Kusama to confirm that the timeout is sufficient.

@AndreiEres AndreiEres added T0-node This PR/Issue is related to the topic “node”. T8-polkadot This PR/Issue is related to/affects the Polkadot network. labels Oct 4, 2024
@AndreiEres
Copy link
Contributor Author

/cmd prdoc --help

Copy link

github-actions bot commented Oct 4, 2024

Command help:
usage: /cmd prdoc [-h] --pr PR [--audience AUDIENCE] [--bump BUMP]
                  [--force FORCE]

options:
  -h, --help           show this help message and exit
  --pr PR              The PR number to generate the PrDoc for.
  --audience AUDIENCE  The audience of whom the changes may concern.
  --bump BUMP          A default bump level for all crates.
  --force FORCE        Whether to overwrite any existing PrDoc.

@AndreiEres
Copy link
Contributor Author

/cmd prdoc --pr 5924 --audience "Node Dev" --bump patch

Copy link

github-actions bot commented Oct 4, 2024

Command "" has started 🚀 See logs here

Copy link

github-actions bot commented Oct 4, 2024

Command "" has finished ✅ See logs here

@AndreiEres
Copy link
Contributor Author

@mordamax ↑ What I did wrong :-)

@mordamax
Copy link
Contributor

mordamax commented Oct 4, 2024

@mordamax ↑ What I did wrong :-)

no it's me :) sorry i forgot to fix it
thanks for report --> #5927

github-merge-queue bot pushed a commit that referenced this pull request Oct 8, 2024
Related to
#5924 (comment)

improve prdoc arguments validation & help:
- convert audiences options to snake_case. Fixes
#5927
  - support more than one audiences
  - define allowed bump options
- infer --pr from the actual PR (now it's optional, can still be
overwritten)


![image](https://github.com/user-attachments/assets/24e18fe2-2f67-4ce0-90e4-34f6c2f860c9)

Test evidence:
paritytech-stg@6dd274e
@AndreiEres AndreiEres added this pull request to the merge queue Oct 9, 2024
Merged via the queue into master with commit 3ad1291 Oct 9, 2024
205 of 208 checks passed
@AndreiEres AndreiEres deleted the AndreiEres/issue5885-Bump-PoV-request-timeout branch October 9, 2024 14:54
ordian added a commit that referenced this pull request Oct 11, 2024
* master: (28 commits)
  `substrate-node`: removed excessive polkadot-sdk features (#5925)
  Rename QueueEvent::StartWork (#6015)
  [ci] Remove quick-benchmarks-omni from GitLab (#6014)
  Set larger timeout for cmd.yml (#6006)
  Fix `0003-beefy-and-mmr` test (#6003)
  Remove redundant XCMs from dry run's forwarded xcms (#5913)
  Add RadiumBlock bootnodes to Coretime Polkadot Chain spec (#5967)
  Bump strum from 0.26.2 to 0.26.3 (#5943)
  Add PVF execution priority (#4837)
  Snowbridge V2 docs (#5902)
  Fix u256 conversion in BABE (#5994)
  [ci] Move test-linux-stable-no-try-runtime to GHA (#5979)
  Bump PoV request timeout (#5924)
  [Release/CI] Github flow to build `polkadot`/`polkadot-parachain` rc binaries and deb package (#5963)
  [ci] Remove short-benchmarks from Gitlab (#5988)
  Disable flaky tests reported in 5972/5973/5974 (#5976)
  Bump some dependencies (#5886)
  bump zombienet version and set request for k8s (#5968)
  [omni-bencher] Make all runtimes work (#5872)
  Omni-Node renamings (#5915)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”. T8-polkadot This PR/Issue is related to/affects the Polkadot network.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump PoV request timeout
4 participants