Eugen Rochko
|
7b0fe4aef9
|
Fix opening and closing Redis connections instead of using a pool (#18171)
* Fix opening and closing Redis connections instead of using a pool
* Fix Redis connections not being returned to the pool in CLI commands
|
3 years ago |
abcang
|
ddabbbf5a6
|
Fix DB connection pool settings in CLI (#15983)
|
4 years ago |
Eugen Rochko
|
4abe3be321
|
Change `tootctl search deploy` algorithm (#14300)
|
4 years ago |
Eugen Rochko
|
c3ca3801f2
|
Add separate cache directory for non-local uploads (#12821)
|
5 years ago |
Eugen Rochko
|
6c9b4f6b77
|
Fix tootctl not allocating enough database connections for main thread (#12097)
|
5 years ago |
Eugen Rochko
|
38b6c34e32
|
Fix issues with tootctl's parallelization and progress reporting (#12093)
|
5 years ago |
Eugen Rochko
|
8674814825
|
Change tootctl to use inline parallelization instead of Sidekiq (#11776)
- Remove --background option
- Add --concurrency(=5) option
- Add progress bars
|
5 years ago |
Eugen Rochko
|
47ea318479
|
tootctl accounts [add|del|cull] (#8642)
* CLI interface for creating/deleting local users
- tootctl accounts add USERNAME
- tootctl accounts del USERNAME
* Add CLI interface for culling remote users that no longer exist
- tootctl accounts cull
|
6 years ago |
Eugen Rochko
|
b378b4c5c7
|
Add CLI interface for importing custom emoji (#8437)
bin/tootctl emoji import PATH_TO_TAR
Fix #8435
|
6 years ago |