package api_impl // SPDX-License-Identifier: GPL-3.0-or-later import "time" const ( fetchJobTimeout = 5 * time.Second )