Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
msmannan00 committed Dec 31, 2024
1 parent 019e72e commit 1da0816
Show file tree
Hide file tree
Showing 13 changed files with 205 additions and 6 deletions.
4 changes: 4 additions & 0 deletions config/i2p/eventlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,3 +403,7 @@
1735629572441 clockShift 29187408
1735629571518 softRestart
1735634263881 reseed 177
1735671328788 crashed 8 hours ago
1735671328810 started 2.7.0-0
1735671389795 crashed 60 sec ago
1735671389805 started 2.7.0-0
175 changes: 175 additions & 0 deletions config/i2p/logs/log-router-0.txt
Original file line number Diff line number Diff line change
@@ -1 +1,176 @@
Dec 30, 2024, 8:35:11 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
Dec 31, 2024, 7:19:32 AM CRIT [Queue Pumper] net.i2p.util.Clock : Large clock shift forward by 8h
Dec 31, 2024, 7:19:32 AM ERROR [Queue Pumper] net.i2p.router.Router : Restarting after large clock shift forward by 8h
Dec 31, 2024, 7:19:32 AM WARN [JobQueue 1/1] orkdb.kademlia.ExpireLeasesJob: Expired local leaseset 2lxzav2irvgti3ulgqjke24eis5j4vu6qvrezak6ohzew4bx25da.b32.i2p
Dec 31, 2024, 7:19:31 AM ERROR [uter Restart] net.i2p.router.Router : Stopping the router for a restart...
Dec 31, 2024, 7:19:31 AM WARN [uter Restart] net.i2p.router.Router : Stopping the client manager
Dec 31, 2024, 7:19:31 AM ERROR [nal Reader 4] lient.impl.I2PSessionMuxedImpl: [shared clients #33071(OPEN)]: Error occurred communicating with router: Router restart
net.i2p.client.I2PSessionException: Disconnect Message received: Router restart
at net.i2p.client.impl.DisconnectMessageHandler.handleMessage(DisconnectMessageHandler.java:33)
at net.i2p.client.impl.I2PSessionImpl.messageReceived(I2PSessionImpl.java:1075)
at net.i2p.internal.QueuedI2CPMessageReader$QueuedI2CPMessageReaderRunner.run2(QueuedI2CPMessageReader.java:56)
at net.i2p.data.i2cp.I2CPMessageReader$I2CPMessageReaderRunner.run(I2CPMessageReader.java:164)
at java.base/java.lang.Thread.run(Thread.java:840)
at net.i2p.util.I2PThread.run(I2PThread.java:103)
Dec 31, 2024, 7:19:31 AM WARN [uter Restart] net.i2p.router.Router : Stopping the comm system
Dec 31, 2024, 7:19:37 AM WARN [uter Restart] net.i2p.router.Router : Restarted the comm system
Dec 31, 2024, 7:19:37 AM WARN [uter Restart] net.i2p.router.Router : Stopping the tunnel manager
Dec 31, 2024, 7:19:37 AM WARN [uter Restart] net.i2p.router.Router : Restarted the tunnel manager
Dec 31, 2024, 7:19:47 AM WARN [uter Restart] net.i2p.router.Router : Restarting the client manager
Dec 31, 2024, 7:19:47 AM WARN [uter Restart] net.i2p.router.Router : Restart complete
Dec 31, 2024, 7:25:48 AM ERROR [ent Runner 4] .i2ptunnel.I2PTunnelClientBase: Unable to build tunnels for the client, retrying in 20 seconds
net.i2p.client.I2PSessionException: [shared clients #44442(GOTDATE)]: Failed to build tunnels - No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:850)
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:481)
at net.i2p.i2ptunnel.I2PTunnelClientBase.verifySocketManager(I2PTunnelClientBase.java:244)
at net.i2p.i2ptunnel.I2PTunnelHTTPClient.clientConnectionRun(I2PTunnelHTTPClient.java:1312)
at net.i2p.i2ptunnel.I2PTunnelClientBase$BlockingRunner.run(I2PTunnelClientBase.java:859)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:794)
... 7 more
Dec 31, 2024, 7:30:54 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 7:35:45 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 7:35:45 AM ERROR [ent Runner 6] .i2ptunnel.I2PTunnelHTTPClient: i2ptunnel client error
java.lang.IllegalArgumentException: Unable to build tunnels for the client
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:510)
at net.i2p.i2ptunnel.I2PTunnelClientBase.verifySocketManager(I2PTunnelClientBase.java:244)
at net.i2p.i2ptunnel.I2PTunnelHTTPClient.clientConnectionRun(I2PTunnelHTTPClient.java:1312)
at net.i2p.i2ptunnel.I2PTunnelClientBase$BlockingRunner.run(I2PTunnelClientBase.java:859)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: net.i2p.client.I2PSessionException: [shared clients #57587(GOTDATE)]: Failed to build tunnels - No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:850)
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:481)
... 6 more
Caused by: java.io.IOException: No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:794)
... 7 more
Dec 31, 2024, 7:45:44 AM ERROR [ent Runner 7] .i2ptunnel.I2PTunnelClientBase: Unable to build tunnels for the client, retrying in 20 seconds
net.i2p.client.I2PSessionException: [shared clients #35429(GOTDATE)]: Failed to build tunnels - No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:850)
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:481)
at net.i2p.i2ptunnel.I2PTunnelClientBase.verifySocketManager(I2PTunnelClientBase.java:244)
at net.i2p.i2ptunnel.I2PTunnelHTTPClient.clientConnectionRun(I2PTunnelHTTPClient.java:1312)
at net.i2p.i2ptunnel.I2PTunnelClientBase$BlockingRunner.run(I2PTunnelClientBase.java:859)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:794)
... 7 more
Dec 31, 2024, 7:50:48 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 7:55:44 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 7:55:44 AM ERROR [ent Runner 9] .i2ptunnel.I2PTunnelHTTPClient: i2ptunnel client error
java.lang.IllegalArgumentException: Unable to build tunnels for the client
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:510)
at net.i2p.i2ptunnel.I2PTunnelClientBase.verifySocketManager(I2PTunnelClientBase.java:244)
at net.i2p.i2ptunnel.I2PTunnelHTTPClient.clientConnectionRun(I2PTunnelHTTPClient.java:1312)
at net.i2p.i2ptunnel.I2PTunnelClientBase$BlockingRunner.run(I2PTunnelClientBase.java:859)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: net.i2p.client.I2PSessionException: [shared clients #45518(GOTDATE)]: Failed to build tunnels - No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:850)
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:481)
... 6 more
Caused by: java.io.IOException: No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:794)
... 7 more
Dec 31, 2024, 8:05:43 AM ERROR [nt Runner 10] .i2ptunnel.I2PTunnelClientBase: Unable to build tunnels for the client, retrying in 20 seconds
net.i2p.client.I2PSessionException: [shared clients #5673(GOTDATE)]: Failed to build tunnels - No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:850)
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:481)
at net.i2p.i2ptunnel.I2PTunnelClientBase.verifySocketManager(I2PTunnelClientBase.java:244)
at net.i2p.i2ptunnel.I2PTunnelHTTPClient.clientConnectionRun(I2PTunnelHTTPClient.java:1312)
at net.i2p.i2ptunnel.I2PTunnelClientBase$BlockingRunner.run(I2PTunnelClientBase.java:859)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:794)
... 7 more
Dec 31, 2024, 8:10:48 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 8:15:42 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 8:15:42 AM ERROR [nt Runner 12] .i2ptunnel.I2PTunnelHTTPClient: i2ptunnel client error
java.lang.IllegalArgumentException: Unable to build tunnels for the client
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:510)
at net.i2p.i2ptunnel.I2PTunnelClientBase.verifySocketManager(I2PTunnelClientBase.java:244)
at net.i2p.i2ptunnel.I2PTunnelHTTPClient.clientConnectionRun(I2PTunnelHTTPClient.java:1312)
at net.i2p.i2ptunnel.I2PTunnelClientBase$BlockingRunner.run(I2PTunnelClientBase.java:859)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: net.i2p.client.I2PSessionException: [shared clients #29436(GOTDATE)]: Failed to build tunnels - No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:850)
at net.i2p.i2ptunnel.I2PTunnelClientBase.connectManager(I2PTunnelClientBase.java:481)
... 6 more
Caused by: java.io.IOException: No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.
at net.i2p.client.impl.I2PSessionImpl.connect(I2PSessionImpl.java:794)
... 7 more
Dec 31, 2024, 8:37:37 AM WARN [JobQueue 2/5] networkdb.reseed.ReseedChecker: Very few known peers remaining - reseeding now
Dec 31, 2024, 8:40:41 AM ERROR [DBWriter ] b.kademlia.PersistentDataStore: Error writing out the object
java.io.FileNotFoundException: /i2p/.i2p/netDb/rC/routerInfo-CjEvIKW3SeXKQZCBxJ9JbcvjGju7foSo2SkSHmej7KY=.dat (No such file or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:235)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184)
at net.i2p.util.SecureFileOutputStream.<init>(SecureFileOutputStream.java:41)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.write(PersistentDataStore.java:327)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.access$200(PersistentDataStore.java:54)
at net.i2p.router.networkdb.kademlia.PersistentDataStore$Writer.run(PersistentDataStore.java:273)
at java.base/java.lang.Thread.run(Thread.java:840)
at net.i2p.util.I2PThread.run(I2PThread.java:103)
Dec 31, 2024, 8:40:41 AM ^^^ 7 similar messages omitted ^^^
Dec 31, 2024, 8:50:08 AM ^^^ 5 similar messages omitted ^^^
Dec 31, 2024, 8:59:34 AM ^^^ 13 similar messages omitted ^^^
Dec 31, 2024, 9:09:01 AM ^^^ 12 similar messages omitted ^^^
Dec 31, 2024, 9:18:28 AM ERROR [DBWriter ] b.kademlia.PersistentDataStore: Error writing out the object
java.io.FileNotFoundException: /i2p/.i2p/netDb/rm/routerInfo-mbgYw81LjHl2M6eM7zpda0boRe7uEMOAWCtPrqdtOHs=.dat (No such file or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:235)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184)
at net.i2p.util.SecureFileOutputStream.<init>(SecureFileOutputStream.java:41)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.write(PersistentDataStore.java:327)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.access$200(PersistentDataStore.java:54)
at net.i2p.router.networkdb.kademlia.PersistentDataStore$Writer.run(PersistentDataStore.java:273)
at java.base/java.lang.Thread.run(Thread.java:840)
at net.i2p.util.I2PThread.run(I2PThread.java:103)
Dec 31, 2024, 9:18:28 AM ^^^ 3 similar messages omitted ^^^
Dec 31, 2024, 9:26:49 AM ERROR [anager Reorg] nager.ProfilePersistenceHelper: Error writing profile to /i2p/.i2p/peerProfiles/pm/profile-mbgYw81LjHl2M6eM7zpda0boRe7uEMOAWCtPrqdtOHs=.txt.gz
Dec 31, 2024, 9:26:49 AM ^^^ 30 similar messages omitted ^^^
Dec 31, 2024, 9:27:54 AM ERROR [DBWriter ] b.kademlia.PersistentDataStore: Error writing out the object
java.io.FileNotFoundException: /i2p/.i2p/netDb/rB/routerInfo-BHIY1YQzzbIwazzF-NB8LP7SuFjRRjfJtwlPXIScD5E=.dat (No such file or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:235)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184)
at net.i2p.util.SecureFileOutputStream.<init>(SecureFileOutputStream.java:41)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.write(PersistentDataStore.java:327)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.access$200(PersistentDataStore.java:54)
at net.i2p.router.networkdb.kademlia.PersistentDataStore$Writer.run(PersistentDataStore.java:273)
at java.base/java.lang.Thread.run(Thread.java:840)
at net.i2p.util.I2PThread.run(I2PThread.java:103)
Dec 31, 2024, 9:27:54 AM ^^^ 4 similar messages omitted ^^^
Dec 31, 2024, 9:37:21 AM ^^^ 7 similar messages omitted ^^^
Dec 31, 2024, 9:46:47 AM ^^^ 10 similar messages omitted ^^^
Dec 31, 2024, 9:56:14 AM ^^^ 4 similar messages omitted ^^^
Dec 31, 2024, 10:05:41 AM ERROR [DBWriter ] b.kademlia.PersistentDataStore: Error writing out the object
java.io.FileNotFoundException: /i2p/.i2p/netDb/rB/routerInfo-BIIpqvuaHvqt0LPyVi8aKHj0QkxGC2HRFof4G8qw6AM=.dat (No such file or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:235)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184)
at net.i2p.util.SecureFileOutputStream.<init>(SecureFileOutputStream.java:41)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.write(PersistentDataStore.java:327)
at net.i2p.router.networkdb.kademlia.PersistentDataStore.access$200(PersistentDataStore.java:54)
at net.i2p.router.networkdb.kademlia.PersistentDataStore$Writer.run(PersistentDataStore.java:273)
at java.base/java.lang.Thread.run(Thread.java:840)
at net.i2p.util.I2PThread.run(I2PThread.java:103)
Dec 31, 2024, 10:05:41 AM ^^^ 2 similar messages omitted ^^^
Dec 31, 2024, 10:15:08 AM ^^^ 3 similar messages omitted ^^^
Dec 31, 2024, 10:24:35 AM ^^^ 7 similar messages omitted ^^^
4 changes: 1 addition & 3 deletions config/i2p/logs/log-router-1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Dec 30, 2024, 6:22:24 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
Dec 30, 2024, 6:24:25 PM WARN [JobQueue 3/5] networkdb.reseed.ReseedChecker: Very few known peers remaining - reseeding now
Dec 30, 2024, 6:24:28 PM WARN [Reseed ] uter.networkdb.reseed.Reseeder: EepGet failed on https://i2pseed.creativecowpat.net:8443/i2pseeds.su3?netid=2 : java.lang.Exception: Attempt failed
Dec 31, 2024, 6:56:32 PM WARN [Addressbook ] .naming.BlockfileNamingService: The hosts database was not closed cleanly or is still open by another process
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified config/i2p/router.info
Binary file not shown.
2 changes: 1 addition & 1 deletion config/i2p/router.ping
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1735634218823
1735671554978
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions config/i2p/wrapper.log
Original file line number Diff line number Diff line change
Expand Up @@ -1123,3 +1123,25 @@ INFO: No, there wasn't another router already running. Proceeding with startup.
INFO: Native CPUID library libjcpuid-x86-linux.so loaded from resource
INFO: Loaded library: jar:file:/i2p/lib/jbigi.jar!/libjbigi-linux-skylake_64.so
INFO: Native BigInteger library libjbigi-linux-skylake_64.so loaded from resource
Dec 31, 2024, 7:19:32 AM CRIT [Queue Pumper] net.i2p.util.Clock : Large clock shift forward by 8h
Dec 31, 2024, 7:35:45 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 7:55:44 AM ^^^ 1 similar message omitted ^^^
Dec 31, 2024, 8:15:42 AM ^^^ 1 similar message omitted ^^^
Reseed start
Reseeding from https://reseed.i2pgit.org/i2pseeds.su3?netid=2
INFO: 77 files extracted to /tmp/i2p-RDeUxYJd.tmp/reseeds-2016846558
Reseed got 77 router infos from https://reseed.i2pgit.org/i2pseeds.su3?netid=2 with 0 errors
Reseeding from https://reseed.stormycloud.org/i2pseeds.su3?netid=2
INFO: 100 files extracted to /tmp/i2p-RDeUxYJd.tmp/reseeds-1830377290
Reseed got 100 router infos from https://reseed.stormycloud.org/i2pseeds.su3?netid=2 with 0 errors
Reseed successful, fetched 177 router infos
WARN: Old router was not shut down gracefully, deleting /i2p/.i2p/router.ping
INFO: Native CPUID library libjcpuid-x86-linux.so loaded from resource
INFO: Loaded library: jar:file:/i2p/lib/jbigi.jar!/libjbigi-linux-skylake_64.so
INFO: Native BigInteger library libjbigi-linux-skylake_64.so loaded from resource
WARN: There may be another router already running. Waiting a while to be sure...
WARN: Old router was not shut down gracefully, deleting /i2p/.i2p/router.ping
INFO: No, there wasn't another router already running. Proceeding with startup.
INFO: Native CPUID library libjcpuid-x86-linux.so loaded from resource
INFO: Loaded library: jar:file:/i2p/lib/jbigi.jar!/libjbigi-linux-skylake_64.so
INFO: Native BigInteger library libjbigi-linux-skylake_64.so loaded from resource
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
env_file:
- .env
volumes:
- /mnt/c/Workspace/Genesis-Crawler/app/api:/app/api:cached
- ./app/api:/app/api:cached
deploy:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ download_and_extract_model() {
clean_docker() {
docker compose -p $PROJECT_NAME down --remove-orphans
docker volume rm trusted-crawler_redis

docker network create --driver bridge shared_bridge
docker compose -p $PROJECT_NAME exec -T worker celery -A crawler.crawler_services.celery_manager control purge || true
docker compose -p $PROJECT_NAME exec -T worker celery -A crawler.crawler_services.celery_manager control revoke --terminate --all || true
docker compose -p $PROJECT_NAME exec -T redis redis-cli FLUSHALL || true
Expand Down

0 comments on commit 1da0816

Please sign in to comment.