Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
fcdb2cec
Unverified
Commit
fcdb2cec
authored
9 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
longer stress tests
parent
cab25d69
No related branches found
No related tags found
No related merge requests found
Pipeline
#62139
passed with stages
in 1 minute and 41 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README.md
+2
-2
2 additions, 2 deletions
README.md
stress_tests/client.py
+1
-1
1 addition, 1 deletion
stress_tests/client.py
with
4 additions
and
4 deletions
CHANGELOG.md
+
1
−
1
View file @
fcdb2cec
...
...
@@ -7,4 +7,4 @@ have been made so far, between releases.
*
removed the requirement for a Queue that for it to be equal to other Queue if their types do match
*
compile_definitions will now depend on requests
*
added support for infinite (None) timeouts during start
*
stress tests will run for
6
0 seconds now
*
stress tests will run for
12
0 seconds now
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
fcdb2cec
...
...
@@ -23,14 +23,14 @@ Why CoolAMQP?
*
AMQP 0.9.1 client that's native Python
*
heavily optimized for speed
*
geared towards interfacing with
[
RabbitMQ
](
https://www.rabbitmq.com/
*
geared towards interfacing with
[
RabbitMQ
](
https://www.rabbitmq.com/
)
*
supports custom RabbitMQ commands, such as
*
[
Connection blocking
](
https://www.rabbitmq.com/docs/connection-blocked
)
*
[
Publisher confirms
](
https://www.rabbitmq.com/docs/confirms#publisher-confirms
)
*
[
Negative Acknowledgements
](
https://www.rabbitmq.com/docs/nack
)
*
traceable using
[
opentracing
](
https://opentracing.io/
)
*
code coverage is 80% at the moment
*
stress tests are part of each release
*
120 second
stress tests are part of each release
Documentation (WIP) is available at
[
our site
](
http://smokserwis.docs.smok.co/coolamqp
)
.
...
...
This diff is collapsed.
Click to expand it.
stress_tests/client.py
+
1
−
1
View file @
fcdb2cec
...
...
@@ -19,7 +19,7 @@ CONNECTIONS_PER_SECOND = 0.9
DISCONNECTS_PER_SECOND_PER_CONNECTION
=
0.1
ANSWER_PROBABILITY
=
0.7
RUNNING_INTERVAL
=
6
0
# run for
6
0 seconds
RUNNING_INTERVAL
=
12
0
# run for
12
0 seconds
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment