Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support queue_derive in modify_metadata #252

Closed
p8NG6L opened this issue May 12, 2018 · 1 comment
Closed

Feature request: support queue_derive in modify_metadata #252

p8NG6L opened this issue May 12, 2018 · 1 comment

Comments

@p8NG6L
Copy link

p8NG6L commented May 12, 2018

Here's my use case: I have an item to upload with multiple files and metadata that varies per file. So I'm calling upload(id, files=files, metadata=metadata) once with the item metadata, then repeatedly calling modify_metadata(id, target="files/<filename>", metadata=<file_metadata>) for each of the files. I'd like to not start a derive until the entire process is finished. I can set queue_derive=False on the upload call, but modify_metadata doesn't take a queue_derive or headers argument, so there's no obvious way to start the derive task short of re-uploading one of the files (e.g., the smallest one).

I would also be happy if someone can suggest some no-op operation that would allow me to queue a derive as a side effect.

@p8NG6L
Copy link
Author

p8NG6L commented Jun 10, 2021

Item.derive in v1.9.3 and the ia tasks <identifier> --cmd derive.php command mentioned at #351 (comment) solve this issue for me.

@p8NG6L p8NG6L closed this as completed Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant