Advertisement
biplovbhandari

Untitled

Apr 19th, 2024
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.11 KB | None | 0 0
  1.   File "/home/kmarkert/miniconda3/envs/cbias/lib/python3.9/site-packages/apache_beam/transforms/core.py", line 1637, in <lambda>
  2.     wrapper = lambda x, *args, **kwargs: [fn(x, *args, **kwargs)]
  3.   File "/home/bbhandari/aces/aces/ee_utils.py", line 178, in beam_export_collection_to_cloud_storage
  4.     if start_training: training_task.start()
  5.   File "/home/kmarkert/miniconda3/envs/cbias/lib/python3.9/site-packages/ee/batch.py", line 94, in start
  6.     result = data.exportTable(self._request_id, self.config)
  7.   File "/home/kmarkert/miniconda3/envs/cbias/lib/python3.9/site-packages/ee/data.py", line 1524, in exportTable
  8.     return _prepare_and_run_export(
  9.   File "/home/kmarkert/miniconda3/envs/cbias/lib/python3.9/site-packages/ee/data.py", line 1612, in _prepare_and_run_export
  10.     return _execute_cloud_call(
  11.   File "/home/kmarkert/miniconda3/envs/cbias/lib/python3.9/site-packages/ee/data.py", line 339, in _execute_cloud_call
  12.     raise _translate_cloud_exception(e)
  13. ee.ee_exception.EEException: Too many tasks already in the queue (3000). Please wait for some of them to complete. [while running 'Write training data']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement