mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #364] Bugfix: ... Changed timeout to 120 seconds in conf file - still timing out after 60 seconds using docker-compose #1765
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1765
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Taubin on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/364
Describe the bug
I changed the timeout to 120 seconds using the ArchiveBox.conf file and pointed my docker-compose file to that env file, however it is still timing out after 60 seconds.
Conf file:
Docker-compose file:
Output:
Steps to reproduce
Installed archivebox using docker-compose per the instructions on website.
Copied conf.default file to .conf
Ran archivebox with the following (for testing)
taubin@taubinserver:~$ archivebox https://www.reddit.com/r/AskUbuntu/comments/hhtoay/ubuntu_20_cpu_threads_hit_100_network_drops/Screenshots or log output
Output still showing 60 second timeout
Software versions
10799e4@pirate commented on GitHub (Jul 16, 2020):
Can you checkout the
djangobranch and runarchivebox config --get TIMEOUTand post the output here.@Taubin commented on GitHub (Jul 16, 2020):
Using the django branch errors on me entirely:
@pirate commented on GitHub (Jul 16, 2020):
@Taubin commented on GitHub (Jul 16, 2020):
Sorry about that.
@pirate commented on GitHub (Jul 16, 2020):
Ok good, and after this?
@Taubin commented on GitHub (Jul 16, 2020):
That worked, thank you very much!