docs add more docs to app/{jobs,logical}.
These were missed in the last commit.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# A job that exports a database table to Google Cloud Storage and to Google
|
||||
# BigQuery. Spawned daily by {DanbooruMaintenance}.
|
||||
#
|
||||
# @see BigqueryExportService
|
||||
class BigqueryExportJob < ApplicationJob
|
||||
retry_on Exception, attempts: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user